diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-12 20:55:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-12 21:39:19 +0000 |
| commit | 5515d5b2cce3cc43996850ff516fd1838f8fe8eb (patch) | |
| tree | f259d9d9a0610e8e2cb0bc69b6d2bc415a41c9c7 /src/pages/[locale]/index.astro | |
| parent | cdbb02d3456dd8af6399fc353dfa5bd1d56bff92 (diff) | |
Sangschaw 2025 et alia
Diffstat (limited to 'src/pages/[locale]/index.astro')
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 796bf59..61d38e2 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -16,6 +16,11 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> + <section> + <h2 set:html={t(tPage, { key: 'sangschaw' })} /> + <p set:html={t(tPage, { key: 'sangschaw-para-1' })} /> + </section> + <section id="about"> <h2 set:html={t(tPage, { key: 'about-us' })} /> <p set:html={t(tPage, { key: 'about-us-para-1' })} /> |
